projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bff434
)
(editable-field): Fix typo in last change.
author
Kim F. Storm
<storm@cua.dk>
Thu, 22 Feb 2007 00:33:58 +0000
(
00:33
+0000)
committer
Kim F. Storm
<storm@cua.dk>
Thu, 22 Feb 2007 00:33:58 +0000
(
00:33
+0000)
lisp/wid-edit.el
patch
|
blob
|
history
diff --git
a/lisp/wid-edit.el
b/lisp/wid-edit.el
index 1f2dba794397d1d2fd163f8e9426256879ae0051..035f54b89807d5c1b7f4801e3926c74ae7baa45c 100644
(file)
--- a/
lisp/wid-edit.el
+++ b/
lisp/wid-edit.el
@@
-1853,7
+1853,7
@@
If END is omitted, it defaults to the length of LIST."
(define-widget 'editable-field 'default
"An editable text field.
-Note: In an `editable-field' widget, the `%v' escape must be prece
e
ded
+Note: In an `editable-field' widget, the `%v' escape must be preceded
by some other text in the `:format' string (if specified)."
:convert-widget 'widget-value-convert-widget
:keymap widget-field-keymap